ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLine<T> Class / TrendLineOrder Property

In This Topic
    TrendLineOrder Property
    In This Topic
    Gets or sets the number of terms in a polynomial or fourier equation.
    Syntax
    'Declaration
     
    
    <JsonAttribute("order")>
    <DefaultValueAttribute(2)>
    Public Property TrendLineOrder As Integer
    [Json("order")]
    [DefaultValue(2)]
    public int TrendLineOrder {get; set;}
    Remarks
    Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
    See Also